Applied patch from Kevin Cozens fixing bug #467652
authorØyvind Kolås <ok@src.gnome.org>
Thu, 30 Aug 2007 12:25:22 +0000 (12:25 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 30 Aug 2007 12:25:22 +0000 (12:25 +0000)
* babl/Makefile.am: Use DL flag set by ./configure instead of
hard-coding it in Makefile

svn path=/trunk/; revision=236

ChangeLog
babl/Makefile.am

index 78cb6afb7cd483c0b761341b0f61251f665da1e5..31ce4f9836dda0b63056373388b22bc10f23c161 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-30  Øyvind Kolås  <pippin@gimp.org>
+
+       Applied patch from Kevin Cozens fixing bug #467652
+
+       * babl/Makefile.am: Use DL flag set by ./configure instead of
+       hard-coding it in Makefile
+
 2007-08-02  Kevin Cozens  <kcozens@cvs.gnome.org>
 
        * extensions/gggl.c
index 9306592432678bea922242ae8f840f5acda35aa1..7fb676cd84a64a0ff7b198ca1937f512fd6543b7 100644 (file)
@@ -54,5 +54,5 @@ libbabl_@BABL_API_VERSION@_la_LIBADD=\
        @LTLIBOBJS@
 
 libbabl_@BABL_API_VERSION@_la_LDFLAGS=                 \
-       ${no_undefined} -ldl $(MATH_LIB)        \
+       ${no_undefined} ${DL_LIB} $(MATH_LIB)   \
        -version-info $(BABL_LIBRARY_VERSION)